@import url(//fonts.googleapis.com/css?family=Bebas+Neue);

* {
    box-sizing: border-box;
    background-color: transparent;
    font-family: Bebas Neue;
    font-weight: 400;
    margin: 0%;

}

body {
    margin: 0;
    background-color: #1E1F2F;
}

main {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;

}

h3 {
    font-size: 64px;
    color: #ffffff;
}

svg {
    margin-top: 20px;
    margin-right: 15px;
}



.container-left {

    height: 900px;
    /* flex-grow: 1.1; */
    min-width: 400px;
    flex-basis: 55%;
    /* background-color: aquamarine; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.container-right {

    height: 900px;
    /* flex-grow: 1; */
    min-width: 300px;
    flex-basis: 45%;
    /* background-color: blanchedalmond; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

.main-heading {
    margin-top: -110px;
    margin-left: -130px;
    margin-bottom: 80px;
    flex-basis: 15%;
    width: 80%;
    /* background-color: bisque; */
    display: flex;
    flex-direction: row;
    align-items: flex-start;


}

.main-content-area {
    flex-basis: 50%;
    width: 80%;
    /* background-color: rgb(172, 103, 20); */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-bottom: 50px;
}

.main-footer {
    margin-bottom: -150px;
    flex-basis: 15%;
    width: 80%;
    /* background-color: rgb(62, 199, 142); */
    display: flex;
    flex-direction: row;

}


.sidebar {

    background-color: transparent;
    height: 618px !important;
    width: 504px !important;
    border: 60px solid #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;

}

.logo-box {
    height: 200px;
    flex-basis: 35%;
    /* background-color: blue; */
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
    padding-right: 40px;


}


.title-box {
    height: 200px;
    flex-basis: 65%;
    font-size: 4em;
    background-color: transparent;


}

.title-box h2 {
    padding-top: 105px;
    color: #ffffff;
}


.content-box {
    margin-top: 50px;
    display: flex;
    align-content: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 100px;

}

.footer-left-box {

    flex-direction: row height: 200px;
    flex-basis: 50%;
    /* background-color: blue; */
    align-content: center;
    justify-content: center;
    display: flex;
}

.footer-right-box {
    height: 200px;
    flex-basis: 50%;
    /* background-color: rgb(4, 163, 38); */
    align-content: center;
    justify-content: center;
    display: flex;
}

.sidebar-main {
    height: 240px;
    width: 240px;
    background-color: transparent;
    border: 40px solid #E82C4F;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sidebar-footer {
    display: flex;
    flex-direction: row;
    background-color: transparent;

}

.sidebar-main-content {
    height: 80px;
    width: 80px;
    background-color: transparent;
    border: 20px solid #ffffff;

}

.sidebar-footer-left {
    height: 80px;
    width: 80px;
    background-color: transparent;
    border: 20px solid #3256A1;
    margin-right: 20px;
}

.sidebar-footer-right {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    background-color: transparent;
    border: 20px solid #ffffff;
    margin-left: 20px;

}

.logo-box-small {
    width: 31.06px;
    height: 27.42px;
    background-color: #ffffff;
    margin-bottom: 50px;
}

.logo-box-big {
    margin-bottom: -10px;
    width: 60px;
    height: 60px;
    background-color: #E82C4F;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-box-big svg {
    margin-top: -3px;
    margin-right: -3px;

    ;
}

.content-box h1 {
    display: contents;
    font-size: 9em;
    align-items: center;
    /* padding-left: 100px; */
    line-height: 1em;
    color: #ffffff;
}